mirror of
https://github.com/markqvist/Retipedia
synced 2026-08-12 18:35:08 -04:00
11 lines
121 B
Text
11 lines
121 B
Text
#!/bin/python3
|
|
import os
|
|
# Import the template
|
|
import template
|
|
import settings
|
|
|
|
# index.mu
|
|
print(template.header)
|
|
|
|
|
|
|