labelle-org / labelle

Label printing software
Apache License 2.0
27 stars 4 forks source link

Add a test to ensure that the GUI module is importable #29

Closed maresb closed 4 months ago

maresb commented 4 months ago

This is an extremely basic check to catch errors like using incompatible language features in GUI code which isn't imported by the CLI. This is a temporary measure until we implement #24.