A neat 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.1.tar.gz
(782 Bytes
view hashes)