/ open-webui.git
/ app
/ env
/ lib64
/ python3.11
/ site-packages
/ openpyxl
/ compat
/ abc.py
Run
Starting...
Stop
View File
Save
# Copyright (c) 2010-2024 openpyxl try: from abc import ABC except ImportError: from abc import ABCMeta ABC = ABCMeta('ABC', (object, ), {})
Memory