diff --git a/interface/clover b/interface/clover new file mode 100644 index 0000000..e2c02fa --- /dev/null +++ b/interface/clover @@ -0,0 +1,25 @@ +                                   ▂▂                   +                                ▗⎺▃▃▃⎽▅                 +         ▃▅▆▂▂▂⎽╵▅▃            ▗▗▗⎺┊▆▝▖▄▃▆⎺⎺▅▂          +       ▗▅▄▆▆⎺▄⎺▆▆▅▂▃▖          ·▍⎽⎽╴╴╴▝▖▗▄▆▆▅▖▝         +       ▎▉▌▂▃▃▃▃▃▃▃▶▝▖▝        ▌▊▝▄▄▄▄▄▄▘▘▝▄▄▄▋▏▌        +       ⎽·▄▅⎼▅▄▄▄▄▄▄▄▚▖▝       ▌▉▍▄▄▄▄▄▄▄▄▄▄▄▄▖▏▊        +     ▃⎺▂▅⎻▆▅▄▄▄▄▄▄▄▄▄▚▖▖      ▌◀▌▄▄▄▄▄▄▄▄▄▄▄▅▗⎺▌        +    ▘▉╱▆▄▄▄▄▄▄▄▄▄▄▄▄▄▅▋▋       ▖▎▄▄▄▄▄▄▄▄▄▄●╱▘▗         +    ▖▝╲▂             ⎽▍┛▍      ▖▝▖┊     ╵▃━▆▂▅          +     ▅▂▅▄━⎼▃▃▃▃▃▃⎼╼━▄▅▲▃▘       ▏▖▝⎽▂▄╼▄▆▂▄             +        ▆▅▄▃▃▃▃▃▃▄▄▅▆           ▝▂▆▆▃▄▅▆                +                                                        +                                                        +                                                        +                  ▃▅▆▆           ▂▂▃▄▄▄▄▄▃▃▂            +              ▄▆▂▄▅▆▆▖┠      ▗▆▂▃▄▅▅▅▅▅▅▅▅▅▄▃▂▅▃        +           ▃▆▂▅▆⎺╴   ▝▖▝     ▊▉▌╴▏┊┊       ┊╴⎺▆▖▲▖      +         ▗▘▗▅●▄▄▄▄▄▄▄▄▋▖▌     ▏▍▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▌▏▊      +        ▗⎺▗▃▄▄▄▄▄▄▄▄▄▄▄▋▊     ▌▝▘▄▄▄▄▄▄▄▄▄▄▅▂▂▄▘▃       +        ▎▼▍▄▄▄▄▄▄▄▄▄▄▄▄▖▎▍     ╴▝▖▄▄▄▄▄▄▄■╼▆⎺▗▅         +        ▍▊▍▄▄▄▄▃┳▄▄▄▄▄▄▋▏▌      ▖▝┒▆▅▅▅▅▅▅▆▄▖▄▖         +        ▝⎽╲●▅▅▊▌╲●▅▅▅▅▅▌▝▍       ▃⎺▄▄▂⎽┊┊┊⎽▄▘╵          +         ▝▃▅━╼▄┓▖▄▄⎽ ┊▗▗▋          ▄▂▲▆▅▅▅▆▂▅           +           ▆▄▃▄  ▃⎺▄━━▄▗▘              ▆⎺               +                   ▅▄▄▅                                 diff --git a/play.py b/play.py index a331b1b..456939c 100644 --- a/play.py +++ b/play.py @@ -17,6 +17,9 @@ try: except ModuleNotFoundError: pass +with open(Path('interface', 'clover'), 'r', encoding='utf-8') as file: + print(file.read()) + #perhaps all the following should be put in a seperate utils file like original config = configparser.ConfigParser() config.read('config.ini')