mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-10 01:17:42 +01:00
7 lines
88 B
Python
7 lines
88 B
Python
import sys
|
|
|
|
from pyfiglet import main
|
|
|
|
|
|
if __name__ == '__main__':
|
|
sys.exit(main())
|