From 8ca5d334cbc6f1fd98704e0abd7c371b2cf43abf Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 19 Oct 2024 10:45:29 +0200 Subject: [PATCH] vcfb24 fix imports --- vcfb24/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vcfb24/__init__.py b/vcfb24/__init__.py index 1297300..d085b33 100644 --- a/vcfb24/__init__.py +++ b/vcfb24/__init__.py @@ -1,5 +1,6 @@ #!/usr/bin/python3 +from schedulelib import events from renderlib import * from easing import * import math