exception

This commit is contained in:
Marc Beninca 2024-06-10 09:43:22 +02:00
parent fdbd850d23
commit a4f49d6ac0
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

2
rwx/err/__init__.py Normal file
View file

@ -0,0 +1,2 @@
class Exception(Exception):
pass