>>> import one
>>> one + one
<module 'two.py'>
>>> import two
>>> (one + two) ** two
<module 'nine.py'>
>>> import math
>>> two * math.pi
<module 'tau.py'>
>>> one + 19127838471238
<module 'nineteen_trillion_one_hundred_and_twenty_seven_billion_eight_hundred_and_thirty_eight_million_four_hundred_and_seventy_one_thousand_two_hundred_and_thirty_nine.py'>
Now as a pip
installable package!
pip install one-dot-py