Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

How to import a custom python module file into azure function #44

Open
@infact

Description

How to import a custom python module file into azure function.
My python class needs to import my custom class. For instance

import os
import time
from optparse import OptionParser
**from mlutil import HTMLPath**

How can I upload/where to upload my mlutil.py file so that my import from mlutil class won't throw error in my azure function ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions