A more aesthetically pleasing replacement of "if __name__ == 'main':"
Project description
automain
========
A neater shortcut to using the syntax:
if __name__ == '__main__':
mymain()
Instead, you can do:
from automain import * # will only import the automain decorator
@automain
def mymain():
print 'this is our main function'
========
A neater shortcut to using the syntax:
if __name__ == '__main__':
mymain()
Instead, you can do:
from automain import * # will only import the automain decorator
@automain
def mymain():
print 'this is our main function'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
automain-1.2.tar.gz
(893 Bytes
view hashes)