flectra/flectra-bin

9 lines
186 B
Plaintext
Raw Normal View History

#!/usr/bin/env python3
# set server timezone in UTC before time module imported
__import__('os').environ['TZ'] = 'UTC'
2018-01-16 11:34:37 +01:00
import flectra
if __name__ == "__main__":
2018-01-16 11:34:37 +01:00
flectra.cli.main()